home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 27 / develop Issue 27 code / 3D Game Controls / Source / file.h < prev    next >
Encoding:
Text File  |  1996-06-29  |  432 b   |  11 lines  |  [TEXT/MPCC]

  1. //--------------------------------------------------------------------------------------------
  2. //  File Declarations
  3. //
  4. //      by Philip McBride
  5. //
  6. //--------------------------------------------------------------------------------------------
  7.  
  8. OSErr             MyOpenFile(FSSpec *theFile, DocumentPtr theDocument);
  9. OSErr             MyReadDocumentFile(DocumentPtr theDocument);
  10. TQ3Status         MyReadScene(TQ3FileObject file, DocumentPtr theDocument);
  11.